I’m looking for help configuring a global event rule that routes an API event from one service to another. When I look click " View Message" on the event, I see a message like below:
{
"client": "equilibrium",
"event_type": "trigger",
"service_key": "<key>",
"details": {
"uuid": "f933c9cb-6f9d-4b25-8f61-379d043db5e8",
"target": "Database Size",
"tags": [
"Disk Space",
],
"producer": "db-producer",
"message": "running out of disk space"
},
}
}
I want to redirect to a different service based on the service_key, producer, and target fields. My rule has the following conditions:
Unfortunately, the event rule is routing to the other service. Am I using the wrong field path?